Document declarative tools + MCP connectors (pending ADR-0033) - #6
Merged
Conversation
Adds "Declarative Tools" and "MCP Connectors" sections plus new connector manifest fields (tools, protocol, mcp_path) and checklist items, all clearly marked as pending platform implementation of ADR-0033 (user-defined connectors) so the skill doesn't claim unshipped features work today. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…-truth note Reconciles drift: the n0 repo's mirrored template had gained short-SHA / git-tag image pushing and release-tag deploy guidance that this repo (the source of truth) lacked. Files are now byte-identical, with a provenance comment directing future edits here first. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the connector-manifest documentation to describe upcoming (ADR-0033) capabilities for declarative, schema-driven tools and MCP-backed connectors, while clearly marking them as not yet live so readers don’t assume current platform support.
Changes:
- Document new connector manifest fields:
tools,protocol, andmcp_path(all marked pending ADR-0033). - Add a “Declarative Tools” section with JSON Schema + templated HTTP request examples and rules.
- Add an “MCP Connectors” section describing MCP tool exposure, identity headers, and re-approval behavior.
Comments suppressed due to low confidence (1)
SKILL.md:1408
- In the fields table this says “streamable-HTTP endpoint”, but later the MCP section uses “streamable HTTP”. Pick one spelling/hyphenation for consistency (and to avoid implying it’s a distinct protocol name).
**This is the preferred auth type** — it's zero-config for the app and eliminates credential management entirely.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The branch ruleset requires Lunar-Rails/security-actions' claude-security-review workflow, but reusable workflows don't auto-trigger — the repo needs a caller. Without this, no PR can merge. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This reverts commit a38491f.
…streamable HTTP' spelling Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
toolsarray) — template rules, type-preserving substitution, reserved names, namespacingprotocol: mcp,mcp_path) with identity viaX-Webauth-*headers, tools-only scope, and re-approval on tool-list changestools,protocol,mcp_path) in the fields table + checklist itemsCompanion to the platform ADR: https://github.com/clovrlabs/n0/pull/195 (ADR-0033: user-defined connectors). The identical change is applied to the sandbox skill template in that PR; this repo is the source of truth.
Test plan
🤖 Generated with Claude Code